home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2614 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ibm32.perftech.com!usenet
  2. From: murf@perftech.com (John Murphy)
  3. Newsgroups: comp.os.ms-windows.programmer.networks,comp.os.ms-windows.programmer.misc,comp.lang.c,comp.lang.basic.visual.database
  4. Subject: Re: NetBIOS Path Strings and Drive Letter Assignments
  5. Date: 22 Jan 1996 19:11:58 GMT
  6. Organization: Performance Technology Inc
  7. Message-ID: <4e0nhu$i9i@ibm32.perftech.com>
  8. References: <4dp4l2$bcf@noc.tor.hookup.net>
  9. NNTP-Posting-Host: k5zba.perftech.com
  10. Mime-Version: 1.0
  11. NNTP-Posting-User: REVCO
  12. X-Newsreader: WinVN 0.93.11
  13.  
  14. In article <4dp4l2$bcf@noc.tor.hookup.net>, patrick@xiris.com says...
  15. >
  16. >Hi:
  17. >
  18. >I am developing an application that accesses a share on our server 
  19. >using a NetBIOS path string (i.e. \\SHARE\NAME\<path>\file.ext). 
  20. >I want to use this path string because the share name will not change,
  21. >
  22. >whereas the drive letter assignment a given user uses could at any 
  23. >time change. However, there is still a situation where I could make 
  24. >use of an API call that returns a drive letter being used.
  25. >
  26. >Do you know of an API call that returns network drive letter 
  27. >assignments?  Is there a way to find out what drive is connected to 
  28. >\\SHARE\NAME for example, using the API interface??
  29. >
  30. Check into Int21-5F02.
  31.  
  32. Murf
  33.  
  34.